runtime.activeSweep.begin (method)

6 uses

	runtime (current package)
		mcentral.go#L113: 	sl = sweep.active.begin()
		mgc.go#L1032: 	sl := sweep.active.begin()
		mgcsweep.go#L152: func (a *activeSweep) begin() sweepLocker {
		mgcsweep.go#L341: 	sl := sweep.active.begin()
		mgcsweep.go#L440: 	sl := sweep.active.begin()
		mheap.go#L818: 	sl := sweep.active.begin()